Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 2 May 2026 08:14:59 +0000 (10:14 +0200)
committerPino Toscano <pino@debian.org>
Sat, 2 May 2026 08:14:59 +0000 (10:14 +0200)
commit100242f1f76463a4f1ebc23cff75e3fc2e12a0da
tree3ca6670ff16ad320eecdaf6259125d923020ff2d
parentdbf3fbd5c691587a88f8f96d63959364b380d8b5
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake